Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Creating and Manipulating Quaternion Transforms


Q3QuaternionTransform_Set

You can use the Q3QuaternionTransform_Set function to set new private data for a quaternion transform.

TQ3Status Q3QuaternionTransform_Set (
TQ3TransformObject transform, 
TQ3Quaternion *quaternion);
transform
A transform.
quaternion
A quaternion.
DESCRIPTION
The Q3QuaternionTransform_Set function sets the quaternion transform specified by the transform parameter to the data passed in the quaternion parameter. You should use Q3QuaternionTransform_Set only with transforms of type kQ3TransformTypeQuaternion.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996